-
-
Notifications
You must be signed in to change notification settings - Fork 689
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Post audit cleanup #2160
Post audit cleanup #2160
Conversation
52a5525
to
5b999b1
Compare
Repeating the comment here so it isn't forgotten - we need to run all the example apps to make sure they're using current APIs once #2075 is finalised. |
I've just run and updated all the examples. This picked up a couple of places where testbed tests weren't as robust as they could have been (they were just checking that the handler was invoked, not the arguments on the handler invocation), so those tests have been updated. |
c60d8f5
to
d5341dc
Compare
Builds on #2075.
Final cleanups after the completion of the widget audit:
@not_implemented
decorators, as the implementation tests are no longer needed.All platform should now be running without generating any warnings during testing.
Fixes #2171
PR Checklist: